This page last changed on Jan 10, 2011 by rich.

This page describes how to install the JViews Diagrammer Version 8.7 toolkit on your development machine when you are ready to start developing a product using JViews. All of the necessary files are stored on the Alfresco server and are located here. From this location, download the executable to install the framework from Alfresco:

Once downloaded, run the installation program which will install the software to some location (we will call it ILOG_HOME for now). Once the installation is complete, you might want to create a bookmark to the documentation in your browser:

ILOG_HOME/jviews-diagrammer87/doc/html/en-US/documentation.html

This is a good place to jump in.

In order to use the toolkit, somewhere in the initialization of your Java program, you need to include the code:

see also, this link: technote

//    IlvProductUtil.registerApplication("any application"); //pos. works in 8.6, deprecated in 8.7 r.schramm

// try instead to support 8.7 deployment licence model
    import ilog.views.util.IlvProductUtil;
    import ilog.views.util.IlvResourceUtil;
    // and in your main class initialization:

    static {
    IlvProductUtil.DeploymentLicenseRequired(
        IlvProductUtil.IBM_ILOG_JViews_Diagrammer_Deployment);
    }
 
For Support
  1. JView Support Portal http://www-947.ibm.com/support/entry/portal/Overview/Software/WebSphere/IBM_ILOG_JViews_Diagrammer
  2. Support Request Options http://www-01.ibm.com/support/docview.wss?uid=swg21432420
Other links and information:
  1. To download the software from IBM, go to https://www-112.ibm.com/software/howtobuy/softwareandservices and login with our customer ID. Currently the customer ID is kgomes@mbari.org (contact Kevin Gomes for password or he can download a new version to Alfresco).
    1. Sign in
    2. Go to "Software Download and Media Access"
    3. Read and agree to the license terms
    4. Click on Download finder
    5. Select the entitled download you are interested in and click Continue
  2. WebSphere License Center
  3. Help with Websphere License Center: weblicensor@subscribenet.com or 1-888-715-4687
  4. For help with MBARI's license: license@fr.ibm.com
  5. MBARI's our access key is 523342-837962
  6. MBARI's customer number is 5998543-00
  7. MBARI's site number is 177312-3179382
  8. MBARI's contract ID is 4909037031- TD 01
  9. MBARI's proof of entitlement (PDF)
  10. Sales order number 0052920842
  11. Purchase Order Number 0912012
  12. For future reference: Technote re. licensing.

PPOE04120412.PDF (application/pdf)
Document generated by Confluence on Feb 03, 2026 16:22